var google.golang.org/protobuf/reflect/protoreflect.boolType

7 uses

	google.golang.org/protobuf/reflect/protoreflect (current package)
		value_union.go#L124: 		return Value{typ: boolType, num: 1}
		value_union.go#L126: 		return Value{typ: boolType, num: 0}
		value_union.go#L202: 	case boolType:
		value_union.go#L231: 	case boolType:
		value_union.go#L272: 	case boolType:
		value_union.go#L373: 	case boolType, int32Type, int64Type, uint32Type, uint64Type, stringType:
		value_unsafe.go#L34: 	boolType    = typeOf(*new(bool))